home *** CD-ROM | disk | FTP | other *** search
/ Urabon Golden Age Girl 2 / Urabon Golden Age Girl 2.iso / mac / 裏ガール2data / FAVORITE.DIR / 00004_VIEW.ls < prev    next >
Encoding:
Text File  |  1995-01-18  |  404 b   |  15 lines

  1. on mouseDown
  2.   global slfile
  3.   repeat while the stillDown
  4.     if rollOver(clickOn()) then
  5.       set the castNum of sprite clickOn() to the number of cast "dnVIEW"
  6.     else
  7.       set the castNum of sprite clickOn() to the number of cast "VIEW"
  8.     end if
  9.     updateStage()
  10.   end repeat
  11.   play frame 60 of movie slfile
  12.   set the castNum of sprite clickOn() to the number of cast "VIEW"
  13.   updateStage()
  14. end
  15.